home *** CD-ROM | disk | FTP | other *** search
- on(press){
- if(_root.inven._currentframe == 1)
- {
- if(_root.micon._currentframe == 1 && _root.range == true)
- {
- _root.sfx.gotoAndStop(3);
- _root.next_dis1 = 2;
- _root.next_txt1 = "It feels like it did when I took it out my mouth... Well minus the hair and food particles";
- }
- if(_root.micon._currentframe == 2)
- {
- _root.next_dis1 = 2;
- _root.next_txt1 = "It\'s my gum I left behind the trash can last year. Kind of gross, but it\'s my little experiment.";
- }
- }
- }
-